
/* 友情链接 */
.link_content {background: #616669;height: 50px;line-height: 50px;padding: 0 20px;}
.mian_box04 .link_box {height: 50px;padding: 0 25px;}
.m90{margin-left: 70px;}
.mian_box04 .link_box .foot_box1 {position: relative;width: 170px;height: 50px;line-height: 50px;font-size: 15px;color: #C1C1C1;}
.mian_box04 .link_box .foot_box1 a.foot-Box1-value {display: block;margin: 0px 1px 2px;padding: 0px 0 2px 10px;white-space: nowrap;color: #000;overflow: hidden;width: 170px;height: 28px;font-size: 14px;color: #777777;}
.btnShow {width: 180px;line-height: 50px;text-align: center;display: inline-block;margin: 0 auto;cursor: pointer;color: #c1c1c1;font-size: 15px;position: relative;}
.DivToggle {background: #FFFFFF;border: 1px solid #999;margin-left: -1px;list-style: none;overflow-y: auto;z-index: 1000;position: absolute;top: -182px;width: 180px;height: 180px;display: none;overflow: auto;overflow-x: hidden;}
.DivToggle a {color: #000;display: block;height: 26px;line-height: 26px;padding-left: 4px;background: #fff;overflow: hidden;white-space: nowrap;}
.DivToggle a:hover {background: #BBBBBB;}

.btnShow .sanjiao{width: 10px; height: 10px; display: block; background: url(sanjiao.png); position: absolute; right: 24px; top:50%; margin-top: -5px; display: block;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s; transition: all 0.5s;}
.btnShow:hover .sanjiao{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);		/* IE 9 */
	-webkit-transform: rotate(180deg);	/* Safari and Chrome */
	-o-transform: rotate(180deg);		/* Opera */
	-moz-transform: rotate(180deg);		/* Firefox */
}